<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/test cases/java, branch thinlto</title>
<subtitle>github.com: mesonbuild/meson.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/'/>
<entry>
<title>Decrease version requirement to work on Xenial.</title>
<updated>2020-07-11T21:07:26+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-07-11T13:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=4c9d57200acc8f46456653393f444dfd503f33e1'/>
<id>4c9d57200acc8f46456653393f444dfd503f33e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Add Environment variables for compiler/linker selection</title>
<updated>2020-03-17T17:40:39+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2020-03-12T18:13:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=6a5fdbf995c46e17b9e1bbd0516772b35e2786ac'/>
<id>6a5fdbf995c46e17b9e1bbd0516772b35e2786ac</id>
<content type='text'>
We really should be documenting these in an easy to find and reference
place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We really should be documenting these in an easy to find and reference
place.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: merge installed_files.txt into test.json</title>
<updated>2020-02-25T20:47:42+00:00</updated>
<author>
<name>Daniel Mensinger</name>
<email>daniel@mensinger-ka.de</email>
</author>
<published>2020-02-20T20:09:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=8e60b8c14610fe287df42a76a60148aae86b8284'/>
<id>8e60b8c14610fe287df42a76a60148aae86b8284</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump Java version in test program.</title>
<updated>2020-01-29T21:32:09+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-01-29T19:59:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=95de289d0dbbb37ae7451723060a6cacc936f039'/>
<id>95de289d0dbbb37ae7451723060a6cacc936f039</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/java: force latency in generation to exercise race</title>
<updated>2018-11-07T22:26:14+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2018-11-06T23:57:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=62e1735828753012b3cf80f94ab4e176b015d17d'/>
<id>62e1735828753012b3cf80f94ab4e176b015d17d</id>
<content type='text'>
Because we are racing here. In reality *all* of the java in that target
may rely on the generated file, so we need to block all of them, like we
would for headers in C/C++.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because we are racing here. In reality *all* of the java in that target
may rely on the generated file, so we need to block all of them, like we
would for headers in C/C++.
</pre>
</div>
</content>
</entry>
<entry>
<title>ninjabackend: add generated source files to jar compile target source list</title>
<updated>2018-11-02T20:27:25+00:00</updated>
<author>
<name>Aurélien Zanelli</name>
<email>aurelien.zanelli@actronika.com</email>
</author>
<published>2018-10-31T11:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=5af84440bcfb3fd5ab8f2791b5e6a57fabfcbc19'/>
<id>5af84440bcfb3fd5ab8f2791b5e6a57fabfcbc19</id>
<content type='text'>
Otherwise, passing result of custom_target() to jar() target is ignored
and won't be compiled resulting in build fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise, passing result of custom_target() to jar() target is ignored
and won't be compiled resulting in build fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>java: add jar linking test</title>
<updated>2018-07-03T19:33:54+00:00</updated>
<author>
<name>Niclas Moeslund Overby</name>
<email>noverby@prozum.dk</email>
</author>
<published>2018-06-12T11:43:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=bc8239ded025d05d924e0e09b359941505e729b5'/>
<id>bc8239ded025d05d924e0e09b359941505e729b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Remove redundant test and include_directories('.')</title>
<updated>2018-05-16T12:53:30+00:00</updated>
<author>
<name>Niclas Moeslund Overby</name>
<email>noverby@prozum.dk</email>
</author>
<published>2018-05-16T12:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=ef16fb2e973cf7d5aa4850decdc404be5389b8f3'/>
<id>ef16fb2e973cf7d5aa4850decdc404be5389b8f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ninja: add build dir to javac -sourcepath</title>
<updated>2018-05-16T12:53:30+00:00</updated>
<author>
<name>Robert Bragg</name>
<email>robert@impossible.com</email>
</author>
<published>2018-02-08T00:33:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=ec7b834b6e76aac8cc64b37a9cad643d556139c5'/>
<id>ec7b834b6e76aac8cc64b37a9cad643d556139c5</id>
<content type='text'>
To allow the javac -implicit:class behaviour to know where to find
generated .java files then the build directory for the target is also
added to the -sourcefile path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To allow the javac -implicit:class behaviour to know where to find
generated .java files then the build directory for the target is also
added to the -sourcefile path.
</pre>
</div>
</content>
</entry>
<entry>
<title>ninja: avoid needing include_directory('.') with jar()</title>
<updated>2018-05-16T12:53:30+00:00</updated>
<author>
<name>Robert Bragg</name>
<email>robert@impossible.com</email>
</author>
<published>2018-02-08T00:11:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=61dd46811b324a070c9a5007ac9b92a58fce9bb4'/>
<id>61dd46811b324a070c9a5007ac9b92a58fce9bb4</id>
<content type='text'>
Although only one file is passed to javac at a time, if your code has
any inter-file dependencies javac still needs to know how to find other
source files for its -implicit:class feature to work whereby it will
automatically also compile files that the given file depends on.

-implicit:class is the default, practical, behaviour of javac since
otherwise it would be necessary to declare the class dependencies
for parallel java builds to be feasible.

Passing "include_directory: include_directory('.')" to jar() causes
-souredir &lt;path/to/top/of/java/src&gt; to be passed to javac which then
enables your source code to have inter-file class dependencies -
assuming none of your source code is generated.

This ensures that '.' is included by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Although only one file is passed to javac at a time, if your code has
any inter-file dependencies javac still needs to know how to find other
source files for its -implicit:class feature to work whereby it will
automatically also compile files that the given file depends on.

-implicit:class is the default, practical, behaviour of javac since
otherwise it would be necessary to declare the class dependencies
for parallel java builds to be feasible.

Passing "include_directory: include_directory('.')" to jar() causes
-souredir &lt;path/to/top/of/java/src&gt; to be passed to javac which then
enables your source code to have inter-file class dependencies -
assuming none of your source code is generated.

This ensures that '.' is included by default.
</pre>
</div>
</content>
</entry>
</feed>
